home *** CD-ROM | disk | FTP | other *** search
- Back to MENU
- Back to FUNCTIONS
-
- Email
- -----
-
- General:
-
- This item inserts the code which describes a portion of "sensitive"
- text which on being clicked will activate the WWW browser Email
- facility.
-
- Syntax:
-
- <A HREF="mailto:[Email address]" > [Text] </A>
-
- The string [email address] is a valid email address, and [text] is
- the "sensitive" portion of text.
-
- Use:
-
- 1 - Type the text to be made sensitive.
- 2 - Select that text.
- 3 - Double click on the "Email" item. The relevant tags will be
- inserted.
-
- Example:
-
- <P> Mail <A HREFS="mailto:jh5765@bris.ac.uk" > ME!!! </A>
-
- would display:
-
- Mail *ME!!!*
-
-
-